/* 医院医生地区开始 */
.regionalFiltering {
  border: 1px solid #ccc;
  padding: 0 10px;
}

.regionalFilteringBox {
  width: 100%;
  display: flex;
}

.regionalFilteringLeft {
  width: 70px;
  padding: 10px 0;
}

.regionalFilteringRight {
  width: calc(100% - 80px);
  box-sizing: border-box;
}

.regionalFilteringRight > a {
  padding: 10px 15px;
  display: inline-block;
}

.cursorActive {
  color: var(--color-primary);;
}

.regionalFilteringRight > a:hover {
  color: var(--color-primary);;
}
/* 医院医生地区结束 */

/* 医院医生卡片 */
.card_con {
  height: 140px;
}

.card_img{
  width: 170px;
  height: 120px;
  filter: blur(20px);
}

.card_txt_item{
  line-height: 30px;
}
.but_item {
  width: 90px;
  height: 35px;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  color: #fff; 
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.but_yh {
  border: 1px solid var(--color-primary);
  background-color: #25812f;
  color:#fff;
  /* background-color: #ec633f69; */
}

.none_yy{
  width: 100%;
  margin: 10px 0px;
}
.content_con{
  width: 100%;
  min-height: 95%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
/* 医院医生卡片结束 */
/* 项目-资讯-分享卡片 开始 */
.list_card{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  height: 170px;
}
.listcard_img{
  min-width: 200px;
  width: 200px;
  height: 120px;
  filter: blur(20px);
}
.listcard_textcon{
  width: 75%;
}
.listcard_tit{
  font-size: 19px;
}
.listcard_txt_item{
  line-height: 25px;
  margin: 10px 0px;
}
/* 项目-资讯-分享卡片 结束 */
/* 列表页布局 */
.liat_topcon{
  width: 100%;

}
/* 项目价格 */
.jiage-time {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.show_jg {
  width: 100%;
  display: flex;
  align-items: center;
}
.youhui-jia {
  color: red;
  font-size: 22px;
  font-weight: 600;
  margin: 0px 5px;
}
.yuan-jia {
  color: #808080;
  text-decoration: line-through;
}
/* 问答 */
.list_wdcard{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  height: 170px;
  justify-content: space-around;
}
.wd_qcon,.wd_acon{
  display: flex;
  margin: 10px 0px;
  align-items: center;
}
.wd_q,.wd_a{
  width: 35px;
  min-width: 35px;
  height: 35px;
  background-color:  var(--color-primary);;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.wd_a{
   background-color: #ccc!important;
}
.wd_t{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
/* 热词列表页 */
/* 新增tag聚合页 */
.list_top {
  padding: 20px 0px;
}
.reci_width {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}
.reci {
  border: 1px solid #e1e1e1;
  font-size: 18px;
  padding: 26px 0 26px 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.reci_zi {
  margin: 0;
}
.reci_xian {
  margin: 0 20px 0 9px;
}
.reci_letter_con {
  display: flex;
  align-items: center;
}
.letter {
  margin: 0 11px;
  color: #000;
  cursor: pointer;
}
.letter:hover {
  color: var(--color-primary);;
}
/* 内容 */
.reci_hidden {
  height: 38px;
}
.reci_con {
  display: flex;
}
.reci_title {
  width: 140px;
  min-height: 140px;
  border: 1px solid var(--color-primary);;
  background: #fcfefe;
  color: var(--color-primary);;
  font-weight: bold;
  font-size: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reci_box {
  width: 88%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #f7f7f7;
  padding: 20px 0 20px 16px;
}
.reci_div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px 0 0;
  height: 50px;
}
.reci_a {
  font-size: 16px;
  color: #424242;
}
.reci_a:hover {
  color: var(--color-primary);;
  text-decoration: none;
}
/* 热词列表页结束 */
